Hệ thống quản lý bệnh viện bằng C# với mã nguồn

  • PatientInformation.Designer.cs
  • project /
1 namespace HospitalManagementSystemCSharp
2 {
3     
partial class PatientInformation
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.components = new System.ComponentModel.Container();
32             
this.button2 = new System.Windows.Forms.Button();
33             
this.button1 = new System.Windows.Forms.Button();
34             
this.textBox12 = new System.Windows.Forms.TextBox();
35             
this.textBox11 = new System.Windows.Forms.TextBox();
36             
this.textBox10 = new System.Windows.Forms.TextBox();
37             
this.textBox9 = new System.Windows.Forms.TextBox();
38             
this.textBox8 = new System.Windows.Forms.TextBox();
39             
this.textBox7 = new System.Windows.Forms.TextBox();
40             
this.textBox6 = new System.Windows.Forms.TextBox();
41             
this.textBox5 = new System.Windows.Forms.TextBox();
42             
this.textBox4 = new System.Windows.Forms.TextBox();
43             
this.textBox3 = new System.Windows.Forms.TextBox();
44             
this.radioButton2 = new System.Windows.Forms.RadioButton();
45             
this.radioButton1 = new System.Windows.Forms.RadioButton();
46             
this.textBox2 = new System.Windows.Forms.TextBox();
47             
this.label14 = new System.Windows.Forms.Label();
48             
this.label13 = new System.Windows.Forms.Label();
49             
this.label12 = new System.Windows.Forms.Label();
50             
this.label11 = new System.Windows.Forms.Label();
51             
this.label10 = new System.Windows.Forms.Label();
52             
this.label9 = new System.Windows.Forms.Label();
53             
this.label8 = new System.Windows.Forms.Label();
54             
this.label7 = new System.Windows.Forms.Label();
55             
this.label6 = new System.Windows.Forms.Label();
56             
this.label5 = new System.Windows.Forms.Label();
57             
this.label4 = new System.Windows.Forms.Label();
58             
this.label2 = new System.Windows.Forms.Label();
59             
this.label3 = new System.Windows.Forms.Label();
60             
this.textBox1 = new System.Windows.Forms.TextBox();
61             
this.label1 = new System.Windows.Forms.Label();
62             
this.button3 = new System.Windows.Forms.Button();
63             
this.pictureBox1 = new System.Windows.Forms.PictureBox();
64             
this.dataGridView1 = new System.Windows.Forms.DataGridView();
65             
this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
66             
this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
67             
this.genDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
68             
this.ageDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
69             
this.dateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
70             
this.contDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
71             
this.addrDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
72             
this.diseaseDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
73             
this.statusDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
74             
this.rtypeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
75             
this.buildingDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
76             
this.rnoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
77             
this.priceDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
78             
this.patientBindingSource = new System.Windows.Forms.BindingSource(this.components);
79             
this.hospitalDataSet1 = new HospitalManagementSystemCSharp.hospitalDataSet1();
80             
this.patientTableAdapter = new HospitalManagementSystemCSharp.hospitalDataSet1TableAdapters.patientTableAdapter();
81             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).BeginInit();
82             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).BeginInit();
83             ((System.ComponentModel.ISupportInitialize)(
this.patientBindingSource)).BeginInit();
84             ((System.ComponentModel.ISupportInitialize)(
this.hospitalDataSet1)).BeginInit();
85             
this.SuspendLayout();
86             
//
87             
// button2
88             
//
89             
this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
90             
this.button2.Location = new System.Drawing.Point(281, 480);
91             
this.button2.Name = "button2";
92             
this.button2.Size = new System.Drawing.Size(83, 27);
93             
this.button2.TabIndex = 137;
94             
this.button2.Text = "Update";
95             
this.button2.UseVisualStyleBackColor = true;
96             
this.button2.Click += new System.EventHandler(this.button2_Click);
97             
//
98             
// button1
99             
//
100             
this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
101             
this.button1.Location = new System.Drawing.Point(173, 480);
102             
this.button1.Name = "button1";
103             
this.button1.Size = new System.Drawing.Size(73, 27);
104             
this.button1.TabIndex = 136;
105             
this.button1.Text = "Search";
106             
this.button1.UseVisualStyleBackColor = true;
107             
this.button1.Click += new System.EventHandler(this.button1_Click);
108             
//
109             
// textBox12
110             
//
111             
this.textBox12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
112             
this.textBox12.Location = new System.Drawing.Point(433, 374);
113             
this.textBox12.Name = "textBox12";
114             
this.textBox12.Size = new System.Drawing.Size(139, 22);
115             
this.textBox12.TabIndex = 135;
116             
//
117             
// textBox11
118             
//
119             
this.textBox11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
120             
this.textBox11.Location = new System.Drawing.Point(433, 322);
121             
this.textBox11.Name = "textBox11";
122             
this.textBox11.Size = new System.Drawing.Size(139, 22);
123             
this.textBox11.TabIndex = 134;
124             
//
125             
// textBox10
126             
//
127             
this.textBox10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
128             
this.textBox10.Location = new System.Drawing.Point(433, 270);
129             
this.textBox10.Name = "textBox10";
130             
this.textBox10.Size = new System.Drawing.Size(139, 22);
131             
this.textBox10.TabIndex = 133;
132             
//
133             
// textBox9
134             
//
135             
this.textBox9.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
136             
this.textBox9.Location = new System.Drawing.Point(433, 219);
137             
this.textBox9.Name = "textBox9";
138             
this.textBox9.Size = new System.Drawing.Size(139, 22);
139             
this.textBox9.TabIndex = 132;
140             
//
141             
// textBox8
142             
//
143             
this.textBox8.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
144             
this.textBox8.Location = new System.Drawing.Point(433, 168);
145             
this.textBox8.Name = "textBox8";
146             
this.textBox8.Size = new System.Drawing.Size(139, 22);
147             
this.textBox8.TabIndex = 131;
148             
//
149             
// textBox7
150             
//
151             
this.textBox7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
152             
this.textBox7.Location = new System.Drawing.Point(433, 106);
153             
this.textBox7.Name = "textBox7";
154             
this.textBox7.Size = new System.Drawing.Size(139, 22);
155             
this.textBox7.TabIndex = 130;
156             
//
157             
// textBox6
158             
//
159             
this.textBox6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
160             
this.textBox6.Location = new System.Drawing.Point(132, 432);
161             
this.textBox6.Name = "textBox6";
162             
this.textBox6.Size = new System.Drawing.Size(139, 22);
163             
this.textBox6.TabIndex = 129;
164             
//
165             
// textBox5
166             
//
167             
this.textBox5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
168             
this.textBox5.Location = new System.Drawing.Point(132, 374);
169             
this.textBox5.Name = "textBox5";
170             
this.textBox5.Size = new System.Drawing.Size(139, 22);
171             
this.textBox5.TabIndex = 128;
172             
//
173             
// textBox4
174             
//
175             
this.textBox4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
176             
this.textBox4.Location = new System.Drawing.Point(132, 322);
177             
this.textBox4.Name = "textBox4";
178             
this.textBox4.Size = new System.Drawing.Size(139, 22);
179             
this.textBox4.TabIndex = 127;
180             
//
181             
// textBox3
182             
//
183             
this.textBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
184             
this.textBox3.Location = new System.Drawing.Point(132, 270);
185             
this.textBox3.Name = "textBox3";
186             
this.textBox3.Size = new System.Drawing.Size(139, 22);
187             
this.textBox3.TabIndex = 126;
188             
//
189             
// radioButton2
190             
//
191             
this.radioButton2.AutoSize = true;
192             
this.radioButton2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
193             
this.radioButton2.Location = new System.Drawing.Point(213, 220);
194             
this.radioButton2.Name = "radioButton2";
195             
this.radioButton2.Size = new System.Drawing.Size(78, 20);
196             
this.radioButton2.TabIndex = 125;
197             
this.radioButton2.Text = "Female";
198             
this.radioButton2.UseVisualStyleBackColor = true;
199             
//
200             
// radioButton1
201             
//
202             
this.radioButton1.AutoSize = true;
203             
this.radioButton1.Checked = true;
204             
this.radioButton1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
205             
this.radioButton1.Location = new System.Drawing.Point(132, 220);
206             
this.radioButton1.Name = "radioButton1";
207             
this.radioButton1.Size = new System.Drawing.Size(60, 20);
208             
this.radioButton1.TabIndex = 124;
209             
this.radioButton1.TabStop = true;
210             
this.radioButton1.Text = "Male";
211             
this.radioButton1.UseVisualStyleBackColor = true;
212             
//
213             
// textBox2
214             
//
215             
this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
216             
this.textBox2.Location = new System.Drawing.Point(132, 165);
217             
this.textBox2.Name = "textBox2";
218             
this.textBox2.Size = new System.Drawing.Size(139, 22);
219             
this.textBox2.TabIndex = 123;
220             
//
221             
// label14
222             
//
223             
this.label14.AutoSize = true;
224             
this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
225             
this.label14.Location = new System.Drawing.Point(359, 377);
226             
this.label14.Name = "label14";
227             
this.label14.Size = new System.Drawing.Size(44, 16);
228             
this.label14.TabIndex = 122;
229             
this.label14.Text = "Price";
230             
//
231             
// label13
232             
//
233             
this.label13.AutoSize = true;
234             
this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
235             
this.label13.Location = new System.Drawing.Point(330, 325);
236             
this.label13.Name = "label13";
237             
this.label13.Size = new System.Drawing.Size(73, 16);
238             
this.label13.TabIndex = 121;
239             
this.label13.Text = "Room No";
240             
//
241             
// label12
242             
//
243             
this.label12.AutoSize = true;
244             
this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
245             
this.label12.Location = new System.Drawing.Point(339, 222);
246             
this.label12.Name = "label12";
247             
this.label12.Size = new System.Drawing.Size(64, 16);
248             
this.label12.TabIndex = 120;
249             
this.label12.Text = "Building";
250             
//
251             
// label11
252             
//
253             
this.label11.AutoSize = true;
254             
this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
255             
this.label11.Location = new System.Drawing.Point(314, 273);
256             
this.label11.Name = "label11";
257             
this.label11.Size = new System.Drawing.Size(89, 16);
258             
this.label11.TabIndex = 119;
259             
this.label11.Text = "Room Type";
260             
//
261             
// label10
262             
//
263             
this.label10.AutoSize = true;
264             
this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
265             
this.label10.Location = new System.Drawing.Point(352, 168);
266             
this.label10.Name = "label10";
267             
this.label10.Size = new System.Drawing.Size(51, 16);
268             
this.label10.TabIndex = 118;
269             
this.label10.Text = "Status";
270             
//
271             
// label9
272             
//
273             
this.label9.AutoSize = true;
274             
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
275             
this.label9.Location = new System.Drawing.Point(337, 109);
276             
this.label9.Name = "label9";
277             
this.label9.Size = new System.Drawing.Size(66, 16);
278             
this.label9.TabIndex = 117;
279             
this.label9.Text = "Disease";
280             
//
281             
// label8
282             
//
283             
this.label8.AutoSize = true;
284             
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
285             
this.label8.Location = new System.Drawing.Point(39, 435);
286             
this.label8.Name = "label8";
287             
this.label8.Size = new System.Drawing.Size(66, 16);
288             
this.label8.TabIndex = 116;
289             
this.label8.Text = "Address";
290             
//
291             
// label7
292             
//
293             
this.label7.AutoSize = true;
294             
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
295             
this.label7.Location = new System.Drawing.Point(45, 377);
296             
this.label7.Name = "label7";
297             
this.label7.Size = new System.Drawing.Size(60, 16);
298             
this.label7.TabIndex = 115;
299             
this.label7.Text = "Contact";
300             
//
301             
// label6
302             
//
303             
this.label6.AutoSize = true;
304             
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
305             
this.label6.Location = new System.Drawing.Point(64, 325);
306             
this.label6.Name = "label6";
307             
this.label6.Size = new System.Drawing.Size(41, 16);
308             
this.label6.TabIndex = 114;
309             
this.label6.Text = "Date";
310             
//
311             
// label5
312             
//
313             
this.label5.AutoSize = true;
314             
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
315             
this.label5.Location = new System.Drawing.Point(69, 273);
316             
this.label5.Name = "label5";
317             
this.label5.Size = new System.Drawing.Size(36, 16);
318             
this.label5.TabIndex = 113;
319             
this.label5.Text = "Age";
320             
//
321             
// label4
322             
//
323             
this.label4.AutoSize = true;
324             
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
325             
this.label4.Location = new System.Drawing.Point(46, 222);
326             
this.label4.Name = "label4";
327             
this.label4.Size = new System.Drawing.Size(59, 16);
328             
this.label4.TabIndex = 112;
329             
this.label4.Text = "Gender";
330             
//
331             
// label2
332             
//
333             
this.label2.AutoSize = true;
334             
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
335             
this.label2.Location = new System.Drawing.Point(56, 168);
336             
this.label2.Name = "label2";
337             
this.label2.Size = new System.Drawing.Size(49, 16);
338             
this.label2.TabIndex = 111;
339             
this.label2.Text = "Name";
340             
//
341             
// label3
342             
//
343             
this.label3.AutoSize = true;
344             
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
345             
this.label3.ForeColor = System.Drawing.Color.IndianRed;
346             
this.label3.Location = new System.Drawing.Point(199, 32);
347             
this.label3.Name = "label3";
348             
this.label3.Size = new System.Drawing.Size(182, 24);
349             
this.label3.TabIndex = 109;
350             
this.label3.Text = "Patient Information";
351             
//
352             
// textBox1
353             
//
354             
this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
355             
this.textBox1.Location = new System.Drawing.Point(132, 106);
356             
this.textBox1.Name = "textBox1";
357             
this.textBox1.Size = new System.Drawing.Size(139, 22);
358             
this.textBox1.TabIndex = 108;
359             
//
360             
// label1
361             
//
362             
this.label1.AutoSize = true;
363             
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
364             
this.label1.Location = new System.Drawing.Point(32, 109);
365             
this.label1.Name = "label1";
366             
this.label1.Size = new System.Drawing.Size(73, 16);
367             
this.label1.TabIndex = 107;
368             
this.label1.Text = "Patient Id";
369             
//
370             
// button3
371             
//
372             
this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
373             
this.button3.Location = new System.Drawing.Point(394, 480);
374             
this.button3.Name = "button3";
375             
this.button3.Size = new System.Drawing.Size(83, 27);
376             
this.button3.TabIndex = 138;
377             
this.button3.Text = "Delete";
378             
this.button3.UseVisualStyleBackColor = true;
379             
this.button3.Click += new System.EventHandler(this.button3_Click);
380             
//
381             
// pictureBox1
382             
//
383             
this.pictureBox1.Image = global::HospitalManagementSystemCSharp.Properties.Resources.hms2;
384             
this.pictureBox1.Location = new System.Drawing.Point(485, 9);
385             
this.pictureBox1.Name = "pictureBox1";
386             
this.pictureBox1.Size = new System.Drawing.Size(120, 56);
387             
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
388             
this.pictureBox1.TabIndex = 110;
389             
this.pictureBox1.TabStop = false;
390             
//
391             
// dataGridView1
392             
//
393             
this.dataGridView1.AutoGenerateColumns = false;
394             
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
395             
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
396             
this.idDataGridViewTextBoxColumn,
397             
this.nameDataGridViewTextBoxColumn,
398             
this.genDataGridViewTextBoxColumn,
399             
this.ageDataGridViewTextBoxColumn,
400             
this.dateDataGridViewTextBoxColumn,
401             
this.contDataGridViewTextBoxColumn,
402             
this.addrDataGridViewTextBoxColumn,
403             
this.diseaseDataGridViewTextBoxColumn,
404             
this.statusDataGridViewTextBoxColumn,
405             
this.rtypeDataGridViewTextBoxColumn,
406             
this.buildingDataGridViewTextBoxColumn,
407             
this.rnoDataGridViewTextBoxColumn,
408             
this.priceDataGridViewTextBoxColumn});
409             
this.dataGridView1.DataSource = this.patientBindingSource;
410             
this.dataGridView1.Location = new System.Drawing.Point(12, 528);
411             
this.dataGridView1.Name = "dataGridView1";
412             
this.dataGridView1.Size = new System.Drawing.Size(592, 183);
413             
this.dataGridView1.TabIndex = 139;
414             
//
415             
// idDataGridViewTextBoxColumn
416             
//
417             
this.idDataGridViewTextBoxColumn.DataPropertyName = "Id";
418             
this.idDataGridViewTextBoxColumn.HeaderText = "Id";
419             
this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn";
420             
//
421             
// nameDataGridViewTextBoxColumn
422             
//
423             
this.nameDataGridViewTextBoxColumn.DataPropertyName = "name";
424             
this.nameDataGridViewTextBoxColumn.HeaderText = "name";
425             
this.nameDataGridViewTextBoxColumn.Name = "nameDataGridViewTextBoxColumn";
426             
//
427             
// genDataGridViewTextBoxColumn
428             
//
429             
this.genDataGridViewTextBoxColumn.DataPropertyName = "gen";
430             
this.genDataGridViewTextBoxColumn.HeaderText = "gen";
431             
this.genDataGridViewTextBoxColumn.Name = "genDataGridViewTextBoxColumn";
432             
//
433             
// ageDataGridViewTextBoxColumn
434             
//
435             
this.ageDataGridViewTextBoxColumn.DataPropertyName = "age";
436             
this.ageDataGridViewTextBoxColumn.HeaderText = "age";
437             
this.ageDataGridViewTextBoxColumn.Name = "ageDataGridViewTextBoxColumn";
438             
//
439             
// dateDataGridViewTextBoxColumn
440             
//
441             
this.dateDataGridViewTextBoxColumn.DataPropertyName = "date";
442             
this.dateDataGridViewTextBoxColumn.HeaderText = "date";
443             
this.dateDataGridViewTextBoxColumn.Name = "dateDataGridViewTextBoxColumn";
444             
//
445             
// contDataGridViewTextBoxColumn
446             
//
447             
this.contDataGridViewTextBoxColumn.DataPropertyName = "cont";
448             
this.contDataGridViewTextBoxColumn.HeaderText = "cont";
449             
this.contDataGridViewTextBoxColumn.Name = "contDataGridViewTextBoxColumn";
450             
//
451             
// addrDataGridViewTextBoxColumn
452             
//
453             
this.addrDataGridViewTextBoxColumn.DataPropertyName = "addr";
454             
this.addrDataGridViewTextBoxColumn.HeaderText = "addr";
455             
this.addrDataGridViewTextBoxColumn.Name = "addrDataGridViewTextBoxColumn";
456             
//
457             
// diseaseDataGridViewTextBoxColumn
458             
//
459             
this.diseaseDataGridViewTextBoxColumn.DataPropertyName = "disease";
460             
this.diseaseDataGridViewTextBoxColumn.HeaderText = "disease";
461             
this.diseaseDataGridViewTextBoxColumn.Name = "diseaseDataGridViewTextBoxColumn";
462             
//
463             
// statusDataGridViewTextBoxColumn
464             
//
465             
this.statusDataGridViewTextBoxColumn.DataPropertyName = "status";
466             
this.statusDataGridViewTextBoxColumn.HeaderText = "status";
467             
this.statusDataGridViewTextBoxColumn.Name = "statusDataGridViewTextBoxColumn";
468             
//
469             
// rtypeDataGridViewTextBoxColumn
470             
//
471             
this.rtypeDataGridViewTextBoxColumn.DataPropertyName = "r_type";
472             
this.rtypeDataGridViewTextBoxColumn.HeaderText = "r_type";
473             
this.rtypeDataGridViewTextBoxColumn.Name = "rtypeDataGridViewTextBoxColumn";
474             
//
475             
// buildingDataGridViewTextBoxColumn
476             
//
477             
this.buildingDataGridViewTextBoxColumn.DataPropertyName = "building";
478             
this.buildingDataGridViewTextBoxColumn.HeaderText = "building";
479             
this.buildingDataGridViewTextBoxColumn.Name = "buildingDataGridViewTextBoxColumn";
480             
//
481             
// rnoDataGridViewTextBoxColumn
482             
//
483             
this.rnoDataGridViewTextBoxColumn.DataPropertyName = "r_no";
484             
this.rnoDataGridViewTextBoxColumn.HeaderText = "r_no";
485             
this.rnoDataGridViewTextBoxColumn.Name = "rnoDataGridViewTextBoxColumn";
486             
//
487             
// priceDataGridViewTextBoxColumn
488             
//
489             
this.priceDataGridViewTextBoxColumn.DataPropertyName = "price";
490             
this.priceDataGridViewTextBoxColumn.HeaderText = "price";
491             
this.priceDataGridViewTextBoxColumn.Name = "priceDataGridViewTextBoxColumn";
492             
//
493             
// patientBindingSource
494             
//
495             
this.patientBindingSource.DataMember = "patient";
496             
this.patientBindingSource.DataSource = this.hospitalDataSet1;
497             
//
498             
// hospitalDataSet1
499             
//
500             
this.hospitalDataSet1.DataSetName = "hospitalDataSet1";
501             
this.hospitalDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
502             
//
503             
// patientTableAdapter
504             
//
505             
this.patientTableAdapter.ClearBeforeFill = true;
506             
//
507             
// PatientInformation
508             
//
509             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
510             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
511             
this.ClientSize = new System.Drawing.Size(616, 723);
512             
this.Controls.Add(this.dataGridView1);
513             
this.Controls.Add(this.button3);
514             
this.Controls.Add(this.button2);
515             
this.Controls.Add(this.button1);
516             
this.Controls.Add(this.textBox12);
517             
this.Controls.Add(this.textBox11);
518             
this.Controls.Add(this.textBox10);
519             
this.Controls.Add(this.textBox9);
520             
this.Controls.Add(this.textBox8);
521             
this.Controls.Add(this.textBox7);
522             
this.Controls.Add(this.textBox6);
523             
this.Controls.Add(this.textBox5);
524             
this.Controls.Add(this.textBox4);
525             
this.Controls.Add(this.textBox3);
526             
this.Controls.Add(this.radioButton2);
527             
this.Controls.Add(this.radioButton1);
528             
this.Controls.Add(this.textBox2);
529             
this.Controls.Add(this.label14);
530             
this.Controls.Add(this.label13);
531             
this.Controls.Add(this.label12);
532             
this.Controls.Add(this.label11);
533             
this.Controls.Add(this.label10);
534             
this.Controls.Add(this.label9);
535             
this.Controls.Add(this.label8);
536             
this.Controls.Add(this.label7);
537             
this.Controls.Add(this.label6);
538             
this.Controls.Add(this.label5);
539             
this.Controls.Add(this.label4);
540             
this.Controls.Add(this.label2);
541             
this.Controls.Add(this.pictureBox1);
542             
this.Controls.Add(this.label3);
543             
this.Controls.Add(this.textBox1);
544             
this.Controls.Add(this.label1);
545             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
546             
this.MaximizeBox = false;
547             
this.Name = "PatientInformation";
548             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
549             
this.Text = "PatientInformation";
550             
this.Load += new System.EventHandler(this.PatientInformation_Load);
551             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).EndInit();
552             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).EndInit();
553             ((System.ComponentModel.ISupportInitialize)(
this.patientBindingSource)).EndInit();
554             ((System.ComponentModel.ISupportInitialize)(
this.hospitalDataSet1)).EndInit();
555             
this.ResumeLayout(false);
556             
this.PerformLayout();
557
558         }
559
560         
#endregion
561
562         
private System.Windows.Forms.Button button2;
563         
private System.Windows.Forms.Button button1;
564         
private System.Windows.Forms.TextBox textBox12;
565         
private System.Windows.Forms.TextBox textBox11;
566         
private System.Windows.Forms.TextBox textBox10;
567         
private System.Windows.Forms.TextBox textBox9;
568         
private System.Windows.Forms.TextBox textBox8;
569         
private System.Windows.Forms.TextBox textBox7;
570         
private System.Windows.Forms.TextBox textBox6;
571         
private System.Windows.Forms.TextBox textBox5;
572         
private System.Windows.Forms.TextBox textBox4;
573         
private System.Windows.Forms.TextBox textBox3;
574         
private System.Windows.Forms.RadioButton radioButton2;
575         
private System.Windows.Forms.RadioButton radioButton1;
576         
private System.Windows.Forms.TextBox textBox2;
577         
private System.Windows.Forms.Label label14;
578         
private System.Windows.Forms.Label label13;
579         
private System.Windows.Forms.Label label12;
580         
private System.Windows.Forms.Label label11;
581         
private System.Windows.Forms.Label label10;
582         
private System.Windows.Forms.Label label9;
583         
private System.Windows.Forms.Label label8;
584         
private System.Windows.Forms.Label label7;
585         
private System.Windows.Forms.Label label6;
586         
private System.Windows.Forms.Label label5;
587         
private System.Windows.Forms.Label label4;
588         
private System.Windows.Forms.Label label2;
589         
private System.Windows.Forms.PictureBox pictureBox1;
590         
private System.Windows.Forms.Label label3;
591         
private System.Windows.Forms.TextBox textBox1;
592         
private System.Windows.Forms.Label label1;
593         
private System.Windows.Forms.Button button3;
594         
private System.Windows.Forms.DataGridView dataGridView1;
595         
private hospitalDataSet1 hospitalDataSet1;
596         
private System.Windows.Forms.BindingSource patientBindingSource;
597         
private hospitalDataSet1TableAdapters.patientTableAdapter patientTableAdapter;
598         
private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn;
599         
private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn;
600         
private System.Windows.Forms.DataGridViewTextBoxColumn genDataGridViewTextBoxColumn;
601         
private System.Windows.Forms.DataGridViewTextBoxColumn ageDataGridViewTextBoxColumn;
602         
private System.Windows.Forms.DataGridViewTextBoxColumn dateDataGridViewTextBoxColumn;
603         
private System.Windows.Forms.DataGridViewTextBoxColumn contDataGridViewTextBoxColumn;
604         
private System.Windows.Forms.DataGridViewTextBoxColumn addrDataGridViewTextBoxColumn;
605         
private System.Windows.Forms.DataGridViewTextBoxColumn diseaseDataGridViewTextBoxColumn;
606         
private System.Windows.Forms.DataGridViewTextBoxColumn statusDataGridViewTextBoxColumn;
607         
private System.Windows.Forms.DataGridViewTextBoxColumn rtypeDataGridViewTextBoxColumn;
608         
private System.Windows.Forms.DataGridViewTextBoxColumn buildingDataGridViewTextBoxColumn;
609         
private System.Windows.Forms.DataGridViewTextBoxColumn rnoDataGridViewTextBoxColumn;
610         
private System.Windows.Forms.DataGridViewTextBoxColumn priceDataGridViewTextBoxColumn;
611     }
612 }


Gõ tìm kiếm nhanh...